Add all-contributors support#101
Open
sukima wants to merge 2 commits into
Open
Conversation
https://github.com/kentcdodds/all-contributors To add a contributor simply run: # Add new contributor <username>, who made a contribution of type <contribution> yarn run contributors:add <username> <contribution> # Example: yarn run contributors:add jfmengels code,doc Where username is the user's GitHub or Gitlab username, and contribution is a ,-separated list of ways to contribute, [listed here](https://github.com/kentcdodds/all-contributors#emoji-key). This is a specification for recognizing contributors to an open source project in a way that rewards each and every contribution, not just code. The basic idea is this: > Use the project README (or other prominent public documentation page > in the project) to recognize the contributions of members of the > project community. People are giving of themselves and their free time to contribute to open source projects in so many ways. It can be a real time sink sometimes and so they should be praised for all their contributions (code or not).
ee7d9d9 to
b1781ad
Compare
This was referenced May 17, 2018
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/kentcdodds/all-contributors
To add a contributor simply run:
Where username is the user's GitHub or Gitlab username, and contribution is a ,-separated list of ways to contribute, listed here.
This is a specification for recognizing contributors to an open source project in a way that rewards each and every contribution, not just code.
The basic idea is this:
People are giving of themselves and their free time to contribute to open source projects in so many ways. It can be a real time sink sometimes and so they should be praised for all their contributions (code or not).